home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / ppl4c10.zip / TERM.CFG < prev    next >
Text File  |  1995-02-10  |  675b  |  18 lines

  1. /*
  2. **  TERM.CFG
  3. **
  4. **  1) Set AT_COMMAND_SET to 1 if you are using a HAYES AT command set
  5. **     compatible modem, else set to 0.
  6. **  2) Set RTS_CTS_CONTROL to 1 if talking to a modem that requires flow
  7. **     control.
  8. **  3) If you are using a null modem cable for a direct PC to PC link, don't
  9. **     set RTS_CTS_CONTROL to 1 unless you are absolutely sure that RTS and
  10. **     CTS are switched in the null modem cable.
  11. ** 4)  If you will not be using scripts (SCRIPTS = 0), then you can remove
  12. **     SI and OPCODES from makefiles in order to decrease size of executable.
  13. */
  14.  
  15. #define AT_COMMAND_SET  0
  16. #define RTS_CTS_CONTROL 1
  17. #define SCRIPTS         1
  18.